Post

Replies

Boosts

Views

Activity

Reply to MacOS 26 apple removed launchpad?
Launchpad is still there in /System/Applications/, but hidden from Finder. You can still see it if you ls in terminal: ls /System/Applications/ You can still restore it by disabling the new Spotlight: sudo mkdir -p /Library/Preferences/FeatureFlags/Domain sudo defaults write /Library/Preferences/FeatureFlags/Domain/SpotlightUI.plist SpotlightPlus -dict Enabled -bool false Once reboot, you will see Launchpad in your Applications folder, but sacrifice the new Spotlight feature.
Jun ’25
Reply to How to create NSCollectionView programatically?
Setting collectionViewLayout somehow clear the cell class registrations, causing makeItem(withIdentifier:for:) to dequeue the cell from nib unexpectedly. This seems like a bug to me, so I fire a feedback FB14769347. As a workaround, set collectionViewLayout BEFORE calling your register(_:for:) methods.
Topic: UI Frameworks SubTopic: AppKit Tags:
Aug ’24
Reply to Bug or Feature: Changes to Window Reopen Behavior in macOS 26
Just a quick heads-up: this is still an issue in macOS 26.4. If you’re reading this and believe this issue affects you as well, I encourage you to also submit a feedback via Feedback Assistant. It's more likely to be addressed when there's more submits mentioning this issue.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to MacOS 26 apple removed launchpad?
Launchpad is still there in /System/Applications/, but hidden from Finder. You can still see it if you ls in terminal: ls /System/Applications/ You can still restore it by disabling the new Spotlight: sudo mkdir -p /Library/Preferences/FeatureFlags/Domain sudo defaults write /Library/Preferences/FeatureFlags/Domain/SpotlightUI.plist SpotlightPlus -dict Enabled -bool false Once reboot, you will see Launchpad in your Applications folder, but sacrifice the new Spotlight feature.
Replies
Boosts
Views
Activity
Jun ’25
Reply to How to create NSCollectionView programatically?
Setting collectionViewLayout somehow clear the cell class registrations, causing makeItem(withIdentifier:for:) to dequeue the cell from nib unexpectedly. This seems like a bug to me, so I fire a feedback FB14769347. As a workaround, set collectionViewLayout BEFORE calling your register(_:for:) methods.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’24